home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.3 KB | 44 lines | [TEXT/MPS ] |
- # File: Ping.make
- # Target: Ping
- # Sources: Ping.p Ping.r
- # Created: Saturday, January 19, 1991 14:17:18
- #
- # Start of NetWork Setup
- #
- # This is a set of definitions used in all make files of the NetWork project.
- # It uses the the recommended file and folder names. If you have chosen an
- # installation other than the recommended one, you need to adapt this header
- # in all NetWork make files.
- #
- # We follow Apple's convention to use quotes on usage, not on definition.
- #
- NetWork_Tools = {SystemFolder}NetWork Tools:
- NetWork_Idle_Tools = {SystemFolder}NetWork Idle Tools:
- NetWork_Startup_Tools = {SystemFolder}NetWork Startup Tools:
- NetWork_Logs = {SystemFolder}NetWork Logs:
- NetWork_Examples = {Boot}Projects:NetWork:NetWork Examples:
- #
- NetWork_Libraries = {Libraries}
- NetWork_PInterfaces = {PInterfaces}
- NetWork_CIncludes = {CIncludes}
- #
- # End of NetWork Setup
-
- POptions = -r
- Ping.p.o ƒ Ping.p ∂
- "{NetWork_PInterfaces}"NetWork.p ∂
- "{NetWork_PInterfaces}"NetWorkLookUp.p
-
- Ping ƒƒ Ping.r
- Rez -t APPL -c NetP Ping.r -append -o Ping
-
- Ping ƒƒ Ping.p.o
- Link -t APPL -c NetP -ra =0 ∂
- Ping.p.o ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- # "{PLibraries}"SANELib.o ∂
- "{PLibraries}"PasLib.o ∂
- -o Ping
-